Endpoint-Get-/ Version/ About/ Detail/ Param→Txt names a function, with lambda list
(PARAM):
Returns (as plain text) the info specified by PARAM.
The values available can be seen by GET /version/about.txt, but
include the following. Values are case-insensitive.
Product
The product running (eg, Tootsville)
Version
The current version of the application
Copyright
The copyright notice (one-line form) for the application
Environment/Configuration
The environment configuration being run within
Environment/Developmentp
True if this is a development server
Environment/Productionp
True if this is a production server
Machine/Version
The MACHINE-VERSION (see the Common Lisp HyperSpec) on which this is running.
Machine/Type
The MACHINE-TYPE (see the Common Lisp HyperSpec) on which this is running.
Machine/Instance
The MACHINE-INSTANCE (see the Common Lisp HyperSpec) on which this is running.
Site/Short-Name
The short name of the active site.
Site/Long-Name
The long name of the active site.
Lisp/Type
The ‘LISP-TYPE’ of the compiler used.
Lisp/Version
The ‘LISP-VERSION’ of the compiler used.
Software/Type
The SOFTWARE-TYPE (see the Common Lisp HyperSpec) of the operating system.
Software/Version
The SOFTWARE-VERSION (see the Common Lisp HyperSpec) of the operating system.
Copyright-Latest
The latest year in the copyright declaration.
Build-Date
The date on which the software was first compiled.
Compiled
The point in time at which the software was compiled.
Request/Name
The requestor name
Request/Port
The port on which the request was made
Request/Protocol
The protocol via which the request was made
Acceptor/Class
The class of the acceptor handling this request
Acceptor/Name
The name of the acceptor handling this request
Acceptor/Port
The port on which the acceptor is handling this request
Acceptor/Address
The address on which the acceptor is handling this request
Web Service Endpoint
This is a web service endpoint accessed by the HTTP method GET at the URI template /version/about/detail/:param. It returns a content-type of text/plain.
PARAM is a parameter from the URI.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.